Fix a typo in the css docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Sep 2016 17:58:34 +0000 (10:58 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Sep 2016 17:58:41 +0000 (10:58 -0700)
docs/reference/gtk/css-overview.xml

index 56cf845fd2941e57bcedd2b9df788231d5b45831..7d8bb5aed5681157f022e0a1f94585acec2e82aa 100644 (file)
@@ -949,7 +949,7 @@ arrow {
     <example>
       <title>A CSS animation</title>
       <programlisting><![CDATA[
-@keyrframes spin {
+@keyframes spin {
   to { -gtk-icon-transform: rotate(1turn); }
 }